MindFusion.Wpf Pack Programmer's Guide
LayerPresenter.FillPolygon Method
See Also
 





Fills a polygon.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public void FillPolygon (
    IList<Point> points
)

Visual Basic  Copy Code

Public Sub FillPolygon( _
    points As IList(Of Point) _
)

 Parameters

points

A list of points specifying the polygon borders.

 See Also

LayerPresenter Members
LayerPresenter Class
MindFusion.Mapping.Wpf Namespace